From 86972cee3037663e1731c960e2b015e62795a3cf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 25 Jan 2014 14:02:52 -0500 Subject: [PATCH] Revert "resources: Make Raleigh the real name of the theme" This reverts commit 6fa703b506a597e19d60f5f35d06547b4bf6f7fa. This did not work after all - we're trying to load the theme css by its name, and the alias makes that not work. --- gtk/gtk.gresource.xml | 2 +- gtk/resources/theme/{Raleigh.css => gtk-default.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename gtk/resources/theme/{Raleigh.css => gtk-default.css} (100%) diff --git a/gtk/gtk.gresource.xml b/gtk/gtk.gresource.xml index 922afe4221..7c430d9b1a 100644 --- a/gtk/gtk.gresource.xml +++ b/gtk/gtk.gresource.xml @@ -1,7 +1,7 @@ - theme/Raleigh.css + theme/gtk-default.css theme/gtk-win32.css theme/gtk-win32-xp.css theme/gtk-win32-base.css diff --git a/gtk/resources/theme/Raleigh.css b/gtk/resources/theme/gtk-default.css similarity index 100% rename from gtk/resources/theme/Raleigh.css rename to gtk/resources/theme/gtk-default.css -- 2.30.2